GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-18T17:02:25.6859849+00:00",
"SubmitDate": "2026-04-18T17:02:25.6859849+00:00",
"ReportPeriodStart": "2026-04-18T17:02:25.6859849+00:00",
"ReportPeriodEnd": "2026-04-18T17:02:25.6859849+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1e68121-68f3-4b66-bbbe-4edfcccc50e6",
"Rows": [
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1e68121-68f3-4b66-bbbe-4edfcccc50e6",
"Rows": [
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e4caebdc-18a8-45f8-be8c-b9fd778bb412",
"97a70ee1-657f-4990-b350-a155d8703e8b"
],
"Approvers": [
"7c7ec6c0-e532-4561-a4f2-4b7e3e9076f9",
"0f30e33e-0282-497d-bb68-4be1ee5e8b9e"
],
"ApprovedBy": "7eb19db6-6976-4a77-b3a0-640aa5914fb4",
"ApprovalDate": "2026-04-18T17:02:25.6859849+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3c980a68-4a32-4dc1-9f5c-12199662c50a",
"id": "5eec5763-114c-4beb-a628-27c816294f0e",
"ConfigId": "9b02c1ed-eff7-447d-8a0d-cdc4ef6ab83a"
},
{
"GenerationDate": "2026-04-18T17:02:25.6859849+00:00",
"SubmitDate": "2026-04-18T17:02:25.6859849+00:00",
"ReportPeriodStart": "2026-04-18T17:02:25.6859849+00:00",
"ReportPeriodEnd": "2026-04-18T17:02:25.6859849+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1e68121-68f3-4b66-bbbe-4edfcccc50e6",
"Rows": [
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1e68121-68f3-4b66-bbbe-4edfcccc50e6",
"Rows": [
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dfdec6b5-b516-4bf6-933b-7ae804ad09a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e4caebdc-18a8-45f8-be8c-b9fd778bb412",
"97a70ee1-657f-4990-b350-a155d8703e8b"
],
"Approvers": [
"7c7ec6c0-e532-4561-a4f2-4b7e3e9076f9",
"0f30e33e-0282-497d-bb68-4be1ee5e8b9e"
],
"ApprovedBy": "7eb19db6-6976-4a77-b3a0-640aa5914fb4",
"ApprovalDate": "2026-04-18T17:02:25.6859849+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3c980a68-4a32-4dc1-9f5c-12199662c50a",
"id": "5eec5763-114c-4beb-a628-27c816294f0e",
"ConfigId": "9b02c1ed-eff7-447d-8a0d-cdc4ef6ab83a"
}
]